GUI Help > Special > getChecked

getChecked
bool checked=getChecked(handle gadget)

Description:
Used to find out if a checkbox or radiobutton gadget is checked or not.

Return Value:
0 if the gadget is unchecked, 1 if the gadget is checked.

Parameters:
gadget Handle to a checkbox or radiobutton gadget
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)